rolesystem.jade.agents
Interface SubjectLayer

All Known Implementing Classes:
AuctioneerSL, BidderSL, SellerSL, TestSL

public interface SubjectLayer

This interface should be implemented by the subject layer of an agent, actually participating in rolesystem.


Method Summary
 void go(RoleSystem roleSystem)
          Lets the subject layer do its job.
 

Method Detail

go

void go(RoleSystem roleSystem)
Lets the subject layer do its job. More than one thread can be used, but all of them must be terminated before this method returns.

Parameters:
roleSystem - An instance implementing the interface RoleSystem, that allows to participate in rolesystem.